Abstract Constructs a new instance of the CelCashServiceContract class.
Configure - The configuration object for the CelCash service.
LoggingInterface - The logger object for logging.
Private Readonly #cel_Private Readonly #cel_Private Readonly #cel_Private Readonly #configStatic Readonly CACHECache constants for CelCash service.
Readonly ACCESS_Readonly ROOT: "cel_cash"Gets the antecipation client.
The antecipation client.
Gets the cards client.
The cards client.
// List cards
const cards = await service.cards.list({
query: {
limit: 10,
startAt: 0,
},
})
// Create a card
const card = await service.create({
body: {
//...
}
})
// Delete a card
const result = await service.delete({
params: {
cardId: 123,
typeId: 'galaxPayId'
}
})
Gets the chargebacks client.
The chargebacks client.
Gets the charges client.
The charges client.
Gets the companies client.
The companies client.
Gets the customers client.
The customers client.
Gets the pix client.
The pix client.
Gets the plans client.
The plans client.
Gets the subscriptions client.
The subscriptions client.
Gets the transactions client.
The transactions client.
Gets the transfer client.
The transfer client.
Private #getProtected Abstract getProtected Abstract set
Abstract class representing the CelCash service contract.